Image OCR
Command Prototype
sText = OCR.ImageOCR(sFileName,sEngine, sAcessKey, sSecretKey, iTimeOut)
Command Description
Use OCR to identify a given image. Internet access is needed for this command
Parameter Description
- Required Parameter
- sFileName--File path to the image to be recognized
- sEngine--The OCR engine used
- sAcessKey--API Key for the OCR service
- sSecretKey--Secret key for the OCR service
- iTimeOut--Maximum execution time (in milliseconds) of the activity. Throws a SelectorNotFoundException on timeout. Defaults to 10000
- return
- sText--The variable to which the output of the function call is saved